.footer-box{
    width: 100%;
    background-color:rgb(72, 141, 74);

}

.footer {
   
    width: 1400px;
    height: 280px;
/*     background-color: olive; */
background-color:rgb(72, 141, 74);  
  line-height: 38px;  
     padding-top: 1px;
    color: #ffffff;
    display: flex;
    margin: 0 auto;

}
.youqin a{
     color: #fff;
     display: inline-block;
     margin-left: 30px;
     font-size: 18px;
}
.footer>ul{
    width: 600px;
    height: 181px;
 /*    background-color: orangered; */
    margin-left: 33px !important;
    margin-left: 0px;
    margin-top: 50px;
    display: flex;
    color: #fff;
    
}

.footer>ul>li{
    width: 150px;
 float: left;
 margin-left: 0px;
 color: #fff;
 font-size: 16px;
}
 
.footer>ul>li>a{
    color: #fff !important;
    font-size: 16px;
}
.footer>ul>li>a>.liet>li>a{
    color: #fff !important;
}
.liet>li{
  height: 26px;
	
}
 .liet>li>a{
    color: #ffffff;
    font-size: 12px;
 
 }
  
 .liet>li>a:hover{
    color: #ccc;
}
.footer>.Contact-us{
    width: 350px;
    height: 204px;
    margin-left: 100px;
    margin-top: 50px;
    position: relative;
}
.Service-telephone{
      margin-top: 0px;  
 
}
.Service-telephone>img{
float: left;   
}
.Service-telephone>p{
    float: left;
    margin-left: 0px;
    margin-top: -15px;
}
.mopn{
    color: #ffffff;
    font-weight: bold;
    /* position: absolute; */
    left: 120px;
    top: -35px;
    font-size: 30px;
}
.copyright{
    width: 100%;
    height: 50px;
    border-top: 1px solid #555555;
    background-color:rgb(46, 45, 45);
}
.copyright>p{
    color: #ccc;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}
.youq{
    width: 150px;
   margin-left: 0px;
   margin-top: 30px;
   font-size: 14px;
   position: absolute;
}

.company-shows{
    width: 1407px;
    height: 472px;
    /* border: 1px solid black; */
    margin-left: 250px;
    margin-top: 159px;
  
  
 
}
.company-box{
    width: 220px;
    height: 194px;
/*     background-color: cadetblue; */
    margin-left: 50px;
      float: left;
      margin-top: 33px;
      position: relative;
      overflow: hidden;
  /*     box-shadow: 0px 5px 0px 10px #ccc; */
 
}
.company-box>img{
    width: 220px;
    height: 194px;
}
.tanchu{
    width: 218px;
    height: 194px;
    background-color: rgba(0, 0,0, 0.5);   
    position: absolute;
    bottom: -219px;
    transition: all 0.3s linear
}
.company-box:hover>.tanchu{
    border-radius: 50%  0px 50% 0px;
    bottom: 0;
    transition: all 0.3s linear
}
.company-box>.tanchu:hover{
    transform: scale(0.5,0.5);
}
.company-box:hover{
    transform: scale(1.2,1.2); 
    transition: all 0.3s linear;
    box-shadow: 0px 5px 10px 2px rgb(165, 221, 235);
 /*    transform:rotate(360deg)
  */
  
}


.weixin{
    width: 150px;
    height: 150px;
    color: crimson !important;
    margin-left: 400px;
    margin-top: -140px;
   
}
.weixin img{
    width: 100%;
    height: 100%;
}

.Service-telephone{
    font-size: 14px;
}

 @media only screen and (max-width:1300px)
{
	 .footer { width: 100%;    height: auto;}
	.weixin {display: none;	}
}
@media only screen and (max-width:1000px)
{
	 .footer { width: 100%;    height: auto;}
	 .footer>ul{ display: none;}
	.weixin {display: none;	}
}

@media only screen and (max-width:768px)
{
	.footer { width: 100%;    height: auto;}
	.footer>ul{ display: none;}
	.weixin {display: none;	}
	
	.footer>.Contact-us{
      width: 350px;
    height: 204px;
     margin-top: 50px;
     text-align: center;
	     margin-left: 0px;
}
.Service-telephone>p {
    /* float: left; */
	float: inherit;
    margin-left: 0px;
    margin-top: -35px;
}
}